home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00015_enter new section.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  592 b   |  23 lines

  1. on enterFrame
  2.   global gPlaySound, gCurrLabel
  3.   if the frameLabel <> 0 then
  4.     gCurrLabel = the frameLabel
  5.   end if
  6.   sprite(4).visible = 1
  7.   set the puppet of sprite 7 to 1
  8.   sprite(7).visible = 1
  9.   set the puppet of sprite 7 to 0
  10.   set the cursor of sprite 43 to [member("hand"), member("hand mask")]
  11.   sound stop 1
  12.   gPlaySound = 1
  13. end
  14.  
  15. on exitFrame
  16.   global gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow
  17.   Inscope(gTourForwardArrow)
  18.   Inscope(gTourBackArrow)
  19.   repeat with rc in [gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow]
  20.     doRollover(rc)
  21.   end repeat
  22. end
  23.